type github.com/andybalholm/brotli.bitWriter

9 uses

	github.com/andybalholm/brotli (current package)
		bitwriter.go#L11: type bitWriter struct {
		bitwriter.go#L19: func (w *bitWriter) writeBits(nb uint, b uint64) {
		bitwriter.go#L35: func (w *bitWriter) writeSingleBit(bit bool) {
		bitwriter.go#L43: func (w *bitWriter) jumpToByteBoundary() {
		brotli_bit_stream.go#L650: func buildAndStoreHuffmanTreeFastBW(histogram []uint32, histogram_total uint, max_bits uint, depth []byte, bits []uint16, bw *bitWriter) {
		compress_fragment_two_pass.go#L222: func storeMetaBlockHeaderBW(len uint, is_uncompressed bool, bw *bitWriter) {
		encoder.go#L8: 	bw          bitWriter
		encoder.go#L14: 	e.bw = bitWriter{}
		entropy_encode_static.go#L785: func storeStaticCodeLengthCodeBW(bw *bitWriter) {